home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue51 / Observer / FObserver_PieGraph.dfm / FObserver_PieGraph.txt
Encoding:
Text File  |  1999-10-08  |  1.1 KB  |  45 lines

  1. inherited FormObserverPieGraph: TFormObserverPieGraph
  2.   Left = 295
  3.   Top = 237
  4.   Width = 542
  5.   Caption = ' Observer Pattern Example'
  6.   OldCreateOrder = True
  7.   OnCreate = FormCreate
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object Chart1: TChart
  11.     Left = 0
  12.     Top = 0
  13.     Width = 534
  14.     Height = 321
  15.     AllowPanning = pmNone
  16.     AllowZoom = False
  17.     BackWall.Brush.Style = bsClear
  18.     BackWall.Pen.Visible = False
  19.     Title.Text.Strings = (
  20.       'Observer Pattern Example')
  21.     AxisVisible = False
  22.     ClipPoints = False
  23.     Frame.Visible = False
  24.     Legend.TextStyle = ltsRightValue
  25.     Legend.Visible = False
  26.     View3DOptions.Elevation = 315
  27.     View3DOptions.Orthogonal = False
  28.     View3DOptions.Rotation = 360
  29.     View3DWalls = False
  30.     Align = alClient
  31.     BevelOuter = bvNone
  32.     TabOrder = 0
  33.     object Series1: TPieSeries
  34.       Marks.ArrowLength = 8
  35.       Marks.Style = smsLabelPercent
  36.       Marks.Visible = True
  37.       OtherSlice.Text = 'Other'
  38.       PieValues.DateTime = False
  39.       PieValues.Name = 'Pie'
  40.       PieValues.Multiplier = 1.000000000000000000
  41.       PieValues.Order = loNone
  42.     end
  43.   end
  44. end
  45.